MS-DOS SETVER with Windows 95
Use the SETVER command when a program or device driver requires a specific earlier version of MS-DOS to run.
Do one or both of the following to use the SETVER command:
1) Determine the current DOS versions reported to programs by SETVER (if any), type the following command at the DOS prompt, and press ENTER:
SETVER X:\<path>
(where X: is the letter for the drive on which SETVER is stored, and <path> is the full directory path to SETVER).
2) To change the DOS version reported to a program or device, type the following command at the DOS prompt and press ENTER:
SETVER X:<path> <filename> x.xx
(where X: is the letter for the drive on which SETVER is stored, <path> is the full directory path to SETVER, <filename> is the filename of the program to add to the SETVER table, and x.xx is the MS-DOS version required by this program).
NOTE: The drive letter and path to SETVER are not required if SETVER is located in a directory contained in the current PATH statement.
EXAMPLE: Type the following command to set the version expected by the DOS utility GRAPHICS.COM to DOS 6.22:
SETVER GRAPHICS.COM 6.22